home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / Xconq 7.0d37 / source / kernel / kerncmp.com < prev    next >
Text File  |  1994-10-29  |  3KB  |  42 lines

  1. $! KERNCMP.COM
  2. $! compile all kernel files
  3. $!
  4. $ COMP_FLAGS := "VMS,USE_CONSOLE"
  5. $!
  6. $   gcc [-.kernel]actions.c /def=('COMP_FLAGS') /include=([-.kernel])          
  7. $   gcc [-.kernel]AI.c /def=('COMP_FLAGS') /include=([-.kernel])          
  8. $   gcc [-.kernel]CMDLINE.c /def=('COMP_FLAGS') /include=([-.kernel])    
  9. $   gcc [-.kernel]COMBAT.c /def=('COMP_FLAGS') /include=([-.kernel])      
  10. $   gcc [-.kernel]COMPILE.c /def=('COMP_FLAGS') /include=([-.kernel])     
  11. $   gcc [-.kernel]GENERIC.c /def=('COMP_FLAGS') /include=([-.kernel])    
  12. $   gcc [-.kernel]GRUTIL.c /def=('COMP_FLAGS') /include=([-.kernel])      
  13. $   gcc [-.kernel]HELP.c /def=('COMP_FLAGS') /include=([-.kernel])        
  14. $   gcc [-.kernel]HISTORY.c /def=('COMP_FLAGS') /include=([-.kernel])       
  15. $   gcc [-.kernel]imf.c /def=('COMP_FLAGS') /include=([-.kernel])
  16. $   gcc [-.kernel]init.c /def=('COMP_FLAGS') /include=([-.kernel])
  17. $   gcc [-.kernel]lisp.c /def=('COMP_FLAGS') /include=([-.kernel])
  18. $   gcc [-.kernel]mknames.c /def=('COMP_FLAGS') /include=([-.kernel])
  19. $   gcc [-.kernel]MKRIVERS.c /def=('COMP_FLAGS') /include=([-.kernel])   
  20. $   gcc [-.kernel]MKROADS.c /def=('COMP_FLAGS') /include=([-.kernel])  
  21. $   gcc [-.kernel]MKTERR.c /def=('COMP_FLAGS') /include=([-.kernel])     
  22. $   gcc [-.kernel]MKUNITS.c /def=('COMP_FLAGS') /include=([-.kernel])      
  23. $   gcc [-.kernel]MODULE.c /def=('COMP_FLAGS') /include=([-.kernel])          
  24. $   gcc [-.kernel]MPLAY.c /def=('COMP_FLAGS') /include=([-.kernel])          
  25. $   gcc [-.kernel]NLANG.c /def=('COMP_FLAGS') /include=([-.kernel])          
  26. $   gcc [-.kernel]PLAN.c /def=('COMP_FLAGS') /include=([-.kernel])            
  27. $   gcc [-.kernel]PS.c /def=('COMP_FLAGS') /include=([-.kernel])             
  28. $   gcc [-.kernel]READ.c /def=('COMP_FLAGS') /include=([-.kernel])            
  29. $   gcc [-.kernel]RUN.c /def=('COMP_FLAGS') /include=([-.kernel])             
  30. $   gcc [-.kernel]SCORE.c /def=('COMP_FLAGS') /include=([-.kernel])           
  31. $   gcc [-.kernel]SIDE.c /def=('COMP_FLAGS') /include=([-.kernel])           
  32. $   gcc [-.kernel]TABLES.c /def=('COMP_FLAGS') /include=([-.kernel])          
  33. $   gcc [-.kernel]TASK.c /def=('COMP_FLAGS') /include=([-.kernel])            
  34. $   gcc [-.kernel]TYPES.c /def=('COMP_FLAGS') /include=([-.kernel])          
  35. $   gcc [-.kernel]UNIT.c /def=('COMP_FLAGS') /include=([-.kernel])            
  36. $   gcc [-.kernel]UTIL.c /def=('COMP_FLAGS') /include=([-.kernel])            
  37. $   gcc [-.kernel]VERSION.c /def=('COMP_FLAGS') /include=([-.kernel])        
  38. $   gcc [-.kernel]VMS.c /def=('COMP_FLAGS') /include=([-.kernel])
  39. $   gcc [-.kernel]WORLD.c /def=('COMP_FLAGS') /include=([-.kernel])          
  40. $   gcc [-.kernel]WRITE.c /def=('COMP_FLAGS') /include=([-.kernel])           
  41. $exit
  42.